home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 November / Software of the Month Club 1996 November.iso / pc / dos / biz / varinv / mqdiv.scr < prev    next >
Encoding:
Text File  |  1995-04-19  |  504 b   |  22 lines

  1. *This script file automates downloading dividend history from CIS.  The user
  2. *will be asked to input the beginning and ending dates.  The data is placed
  3. *into file 'Mqdiv.log'.  The data will be appended to the file, if it already
  4. *exists.
  5. sendline 'Go Mqdata'
  6. wait 'exit! '
  7. sendline '2'
  8. wait 'help: '
  9. sendline 'TTY'
  10. wait 'Issue : '
  11. sendline 'SP 500'
  12. wait 'Issue : '
  13. send ^M
  14. wait 'Option :'
  15. send ^M
  16. wait ': '
  17. capture 'mqdiv.log'
  18. sendline '1,3,5,7'
  19. wait '!'
  20. capture off
  21. endpgm: exit
  22.